home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-0295.lzh / AMOSLIST / text0122.txt < prev    next >
Encoding:
Text File  |  1995-03-01  |  508 b   |  20 lines

  1. > Luca,
  2. > There's NO limit on the number of sprites in a bank (at least not in
  3. > Creator), so if you can spare the memory you can hold ALL your sprites
  4. > in one bank.  Or, you could load in the Player sprites you need first,
  5. > then Append the Level sprite bank to the end of the bank in ram.  You just
  6. > put a ,1 after the Load command to make the sprite bank be added to the
  7. > bank already loaded.
  8. > Seumas @ Dark Unicorn Productions
  9. > (sfmcnally@bix.com)
  10. >
  11.  
  12. This is a great new! Thanks a lot!
  13.  
  14.  
  15.  
  16.  
  17.